1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmKho_XuatExcel
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.label1 = new System.Windows.Forms.Label();
32             
this.textBox1 = new System.Windows.Forms.TextBox();
33             
this.textBox2 = new System.Windows.Forms.TextBox();
34             
this.label2 = new System.Windows.Forms.Label();
35             
this.textBox3 = new System.Windows.Forms.TextBox();
36             
this.label3 = new System.Windows.Forms.Label();
37             
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
38             
this.label4 = new System.Windows.Forms.Label();
39             
this.comboBox1 = new System.Windows.Forms.ComboBox();
40             
this.groupBox1 = new System.Windows.Forms.GroupBox();
41             
this.label5 = new System.Windows.Forms.Label();
42             
this.label6 = new System.Windows.Forms.Label();
43             
this.label7 = new System.Windows.Forms.Label();
44             
this.label8 = new System.Windows.Forms.Label();
45             
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
46             
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
47             
this.comboBox2 = new System.Windows.Forms.ComboBox();
48             
this.SuspendLayout();
49             
//
50             
// label1
51             
//
52             
this.label1.AutoSize = true;
53             
this.label1.Location = new System.Drawing.Point(13, 24);
54             
this.label1.Name = "label1";
55             
this.label1.Size = new System.Drawing.Size(102, 18);
56             
this.label1.TabIndex = 0;
57             
this.label1.Text = "Tến sản phẩm";
58             
//
59             
// textBox1
60             
//
61             
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
62             
this.textBox1.Location = new System.Drawing.Point(162, 21);
63             
this.textBox1.Name = "textBox1";
64             
this.textBox1.Size = new System.Drawing.Size(585, 26);
65             
this.textBox1.TabIndex = 1;
66             
//
67             
// textBox2
68             
//
69             
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
70             
this.textBox2.Location = new System.Drawing.Point(162, 74);
71             
this.textBox2.Name = "textBox2";
72             
this.textBox2.Size = new System.Drawing.Size(176, 26);
73             
this.textBox2.TabIndex = 3;
74             
//
75             
// label2
76             
//
77             
this.label2.AutoSize = true;
78             
this.label2.Location = new System.Drawing.Point(13, 77);
79             
this.label2.Name = "label2";
80             
this.label2.Size = new System.Drawing.Size(98, 18);
81             
this.label2.TabIndex = 2;
82             
this.label2.Text = "Mã sản phẩm";
83             
//
84             
// textBox3
85             
//
86             
this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
87             
this.textBox3.Location = new System.Drawing.Point(162, 128);
88             
this.textBox3.Name = "textBox3";
89             
this.textBox3.Size = new System.Drawing.Size(176, 26);
90             
this.textBox3.TabIndex = 5;
91             
//
92             
// label3
93             
//
94             
this.label3.AutoSize = true;
95             
this.label3.Location = new System.Drawing.Point(13, 128);
96             
this.label3.Name = "label3";
97             
this.label3.Size = new System.Drawing.Size(75, 18);
98             
this.label3.TabIndex = 4;
99             
this.label3.Text = "Mã viết tắt";
100             
//
101             
// linkLabel1
102             
//
103             
this.linkLabel1.AutoSize = true;
104             
this.linkLabel1.Location = new System.Drawing.Point(403, 132);
105             
this.linkLabel1.Name = "linkLabel1";
106             
this.linkLabel1.Size = new System.Drawing.Size(99, 18);
107             
this.linkLabel1.TabIndex = 6;
108             
this.linkLabel1.TabStop = true;
109             
this.linkLabel1.Text = "Nhà cung cấp";
110             
//
111             
// label4
112             
//
113             
this.label4.AutoSize = true;
114             
this.label4.Location = new System.Drawing.Point(403, 77);
115             
this.label4.Name = "label4";
116             
this.label4.Size = new System.Drawing.Size(77, 18);
117             
this.label4.TabIndex = 7;
118             
this.label4.Text = "Đơn vị tính";
119             
//
120             
// comboBox1
121             
//
122             
this.comboBox1.FormattingEnabled = true;
123             
this.comboBox1.Location = new System.Drawing.Point(520, 74);
124             
this.comboBox1.Name = "comboBox1";
125             
this.comboBox1.Size = new System.Drawing.Size(227, 26);
126             
this.comboBox1.TabIndex = 8;
127             
//
128             
// groupBox1
129             
//
130             
this.groupBox1.Location = new System.Drawing.Point(520, 118);
131             
this.groupBox1.Name = "groupBox1";
132             
this.groupBox1.Size = new System.Drawing.Size(227, 86);
133             
this.groupBox1.TabIndex = 9;
134             
this.groupBox1.TabStop = false;
135             
this.groupBox1.Text = "groupBox1";
136             
//
137             
// label5
138             
//
139             
this.label5.AutoSize = true;
140             
this.label5.Location = new System.Drawing.Point(13, 181);
141             
this.label5.Name = "label5";
142             
this.label5.Size = new System.Drawing.Size(41, 18);
143             
this.label5.TabIndex = 10;
144             
this.label5.Text = "Thuế";
145             
//
146             
// label6
147             
//
148             
this.label6.AutoSize = true;
149             
this.label6.Location = new System.Drawing.Point(13, 228);
150             
this.label6.Name = "label6";
151             
this.label6.Size = new System.Drawing.Size(78, 18);
152             
this.label6.TabIndex = 11;
153             
this.label6.Text = "Chiết khấu";
154             
//
155             
// label7
156             
//
157             
this.label7.AutoSize = true;
158             
this.label7.Location = new System.Drawing.Point(403, 225);
159             
this.label7.Name = "label7";
160             
this.label7.Size = new System.Drawing.Size(94, 18);
161             
this.label7.TabIndex = 12;
162             
this.label7.Text = "Nhập từ ngày";
163             
//
164             
// label8
165             
//
166             
this.label8.AutoSize = true;
167             
this.label8.Location = new System.Drawing.Point(403, 272);
168             
this.label8.Name = "label8";
169             
this.label8.Size = new System.Drawing.Size(70, 18);
170             
this.label8.TabIndex = 13;
171             
this.label8.Text = "Đến ngày";
172             
//
173             
// dateTimePicker1
174             
//
175             
this.dateTimePicker1.CustomFormat = "dd/MM/yyyy";
176             
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
177             
this.dateTimePicker1.Location = new System.Drawing.Point(520, 222);
178             
this.dateTimePicker1.Name = "dateTimePicker1";
179             
this.dateTimePicker1.Size = new System.Drawing.Size(227, 24);
180             
this.dateTimePicker1.TabIndex = 14;
181             
//
182             
// dateTimePicker2
183             
//
184             
this.dateTimePicker2.CustomFormat = "dd/MM/yyyy";
185             
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
186             
this.dateTimePicker2.Location = new System.Drawing.Point(520, 272);
187             
this.dateTimePicker2.Name = "dateTimePicker2";
188             
this.dateTimePicker2.Size = new System.Drawing.Size(227, 24);
189             
this.dateTimePicker2.TabIndex = 15;
190             
//
191             
// comboBox2
192             
//
193             
this.comboBox2.FormattingEnabled = true;
194             
this.comboBox2.Location = new System.Drawing.Point(162, 178);
195             
this.comboBox2.Name = "comboBox2";
196             
this.comboBox2.Size = new System.Drawing.Size(176, 26);
197             
this.comboBox2.TabIndex = 16;
198             
//
199             
// frmKho_XuatExcel
200             
//
201             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
202             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
203             
this.ClientSize = new System.Drawing.Size(770, 394);
204             
this.Controls.Add(this.comboBox2);
205             
this.Controls.Add(this.dateTimePicker2);
206             
this.Controls.Add(this.dateTimePicker1);
207             
this.Controls.Add(this.label8);
208             
this.Controls.Add(this.label7);
209             
this.Controls.Add(this.label6);
210             
this.Controls.Add(this.label5);
211             
this.Controls.Add(this.groupBox1);
212             
this.Controls.Add(this.comboBox1);
213             
this.Controls.Add(this.label4);
214             
this.Controls.Add(this.linkLabel1);
215             
this.Controls.Add(this.textBox3);
216             
this.Controls.Add(this.label3);
217             
this.Controls.Add(this.textBox2);
218             
this.Controls.Add(this.label2);
219             
this.Controls.Add(this.textBox1);
220             
this.Controls.Add(this.label1);
221             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
222             
this.Margin = new System.Windows.Forms.Padding(4);
223             
this.Name = "frmKho_XuatExcel";
224             
this.Text = "frmKho_XuatExcel";
225             
this.ResumeLayout(false);
226             
this.PerformLayout();
227
228         }
229
230         
#endregion
231
232         
private System.Windows.Forms.Label label1;
233         
private System.Windows.Forms.TextBox textBox1;
234         
private System.Windows.Forms.TextBox textBox2;
235         
private System.Windows.Forms.Label label2;
236         
private System.Windows.Forms.TextBox textBox3;
237         
private System.Windows.Forms.Label label3;
238         
private System.Windows.Forms.LinkLabel linkLabel1;
239         
private System.Windows.Forms.Label label4;
240         
private System.Windows.Forms.ComboBox comboBox1;
241         
private System.Windows.Forms.GroupBox groupBox1;
242         
private System.Windows.Forms.Label label5;
243         
private System.Windows.Forms.Label label6;
244         
private System.Windows.Forms.Label label7;
245         
private System.Windows.Forms.Label label8;
246         
private System.Windows.Forms.DateTimePicker dateTimePicker1;
247         
private System.Windows.Forms.DateTimePicker dateTimePicker2;
248         
private System.Windows.Forms.ComboBox comboBox2;
249     }
250 }


Gõ tìm kiếm nhanh...